net/http.http2Transport.maxHeaderListSize (method)

3 uses

	net/http (current package)
		h2_bundle.go#L7266: func (t *http2Transport) maxHeaderListSize() uint32 {
		h2_bundle.go#L7867: 	cc.fr.MaxHeaderListSize = t.maxHeaderListSize()
		h2_bundle.go#L7889: 	if max := t.maxHeaderListSize(); max != 0 {